From 42583e9558920067040b1ce9014766a222e9a31b Mon Sep 17 00:00:00 2001 From: isarra Date: Wed, 24 Sep 2014 20:40:58 +0000 Subject: [PATCH] mediawiki.action.history.diff: Remove white background from table.diff Skins where a white background works generally already have a white background behind this. Skins where it doesn't work generally just wind up overriding this back to the default (transparent). Simply removing the background should simplify things. Change-Id: I1a906f533f7ae2697ee18c998f316a0957ac8bda --- resources/src/mediawiki.action/mediawiki.action.history.diff.css | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 resources/src/mediawiki.action/mediawiki.action.history.diff.css diff --git a/resources/src/mediawiki.action/mediawiki.action.history.diff.css b/resources/src/mediawiki.action/mediawiki.action.history.diff.css old mode 100644 new mode 100755 index afe9246842..092a59768e --- a/resources/src/mediawiki.action/mediawiki.action.history.diff.css +++ b/resources/src/mediawiki.action/mediawiki.action.history.diff.css @@ -2,7 +2,6 @@ ** Diff rendering */ table.diff { - background-color: white; border: none; border-spacing: 4px; margin: 0; -- 2.20.1